Reference: Prerequisites and Prework
過程中我會盡量避免翻譯英文,每次都卡在英文看得懂,要講中文講不出來。尤其是專有名詞,太難了,翻了可能更找不到資料...
TensorFlow: 之後會用到TensorFlow的 tf.estimator API 建立model,所以需要一些基本的TensorFlow知識。可分別玩一玩底下三個examples: 1) TensorFlow HelloWorld, 2) Programming Concepts, 3) Creating and Manipulating Tensors
TensorFlow, TensorFlow rank: rank有人翻譯成維度,
Rank | Math entity |
---|
0|Scalar (magnitude only)
1|Vector (magnitude and direction)
2|Matrix (table of numbers)
矩陣
除此之外還要很理解 List 跟 Lambda function
好,到這邊結束了這篇,剛看到原文的時候,花了很多時間去喚醒每個東西的記憶,希望大家不用看原文看這麼累,讓這邊可以讓你們更快喚回你們理解的一切。